vulkan_layer\bindings\vk_layer\generated/
windows.rs1impl VkNegotiateLayerStructType {
18 pub const LAYER_NEGOTIATE_UNINTIALIZED: VkNegotiateLayerStructType =
19 VkNegotiateLayerStructType(0);
20}
21impl VkNegotiateLayerStructType {
22 pub const LAYER_NEGOTIATE_INTERFACE_STRUCT: VkNegotiateLayerStructType =
23 VkNegotiateLayerStructType(1);
24}
25#[repr(transparent)]
26#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)]
27pub struct VkNegotiateLayerStructType(pub ::std::os::raw::c_int);
28impl VkLayerFunction_ {
29 pub const VK_LAYER_LINK_INFO: VkLayerFunction_ = VkLayerFunction_(0);
30}
31impl VkLayerFunction_ {
32 pub const VK_LOADER_DATA_CALLBACK: VkLayerFunction_ = VkLayerFunction_(1);
33}
34impl VkLayerFunction_ {
35 pub const VK_LOADER_LAYER_CREATE_DEVICE_CALLBACK: VkLayerFunction_ = VkLayerFunction_(2);
36}
37impl VkLayerFunction_ {
38 pub const VK_LOADER_FEATURES: VkLayerFunction_ = VkLayerFunction_(3);
39}
40#[repr(transparent)]
41#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)]
42pub struct VkLayerFunction_(pub ::std::os::raw::c_int);
43pub use self::VkLayerFunction_ as VkLayerFunction;